Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #1756

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/simple-icons ^1.1.107 -> ^1.1.108 age adoption passing confidence
@iconify-json/vscode-icons ^1.1.34 -> ^1.1.35 age adoption passing confidence
@nuxt/fonts ^0.7.0 -> ^0.7.1 age adoption passing confidence
@nuxt/module-builder 0.5.5 -> 0.8.1 age adoption passing confidence
@nuxt/module-builder ^0.5.5 -> ^0.8.1 age adoption passing confidence
happy-dom ^14.10.1 -> ^14.12.3 age adoption passing confidence
joi ^17.13.1 -> ^17.13.3 age adoption passing confidence
nuxt-component-meta ^0.6.4 -> ^0.7.0 age adoption passing confidence
nuxt-og-image (source) ^3.0.0-rc.53 -> ^3.0.0-rc.56 age adoption passing confidence
release-it ^17.3.0 -> ^17.4.1 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.3 age adoption passing confidence
valibot (source) ^0.33.0 -> ^0.35.0 age adoption passing confidence
vue-tsc (source) 2.0.16 -> 2.0.24 age adoption passing confidence
vue-tsc (source) ^2.0.16 -> ^2.0.24 age adoption passing confidence

Release Notes

nuxt/fonts (@​nuxt/fonts)

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • local: Scan for fonts in all public assets dirs (6e7ae2b)
  • Ensure we don't have font filenames prefixed with - (dfa252a)
📖 Documentation
🏡 Chore
❤️ Contributors
nuxt/module-builder (@​nuxt/module-builder)

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • build: Export all types in stub mode (6b1970d)
🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🩹 Fixes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)
⚠️ Breaking Changes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • build: Declare ModuleOptions in correct place (#​283)
📖 Documentation
  • Update path for runtime js files (#​282)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Generate runtime/ dts based on nuxt tsconfig options (#​255)
  • Add builder versions to module.json (f8567a3)
  • Support transforming jsx (4841f2e)
🩹 Fixes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
  • Add -nightly versions to externals (0a88a87)
  • Ignore exporting type if it is not defined (c308cc5)
  • Mark runtime/ directory as external (7a68e1e)
🏡 Chore
  • release: V0.5.5 (f158ffa)
  • Dedupe kit/schema/vue versions (aa0a710)
  • Add root dev:prepare command (c308a68)
  • Migrate to eslint v9 (#​250)
  • Improve internal type safety and enable strict mode (78aa088)
  • Tweak tsconfig settings (404aae7)
  • Add more type annotations (ba0614b)
✅ Tests
  • Update type testing step (#​256)
  • Add inline snapshots for runtime/ transforms (#​257)
  • Update snapshot (a39c183)
🎨 Styles
⚠️ Breaking Changes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
❤️ Contributors
capricorn86/happy-dom (happy-dom)

v14.12.3

Compare Source

👷‍♂️ Patch fixes
  • Element.insertBefore works when the node is already inserted - In task #​1429

v14.12.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to the cookie container using the wrong path when caching cookies - By @​matcic in task #​1455

v14.12.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to React click handler with preventDefault not preventing navigation - By @​amitdahan in task #​1464
hapijs/joi (joi)

v17.13.3

Compare Source

v17.13.2

Compare Source

nuxtlabs/nuxt-component-meta (nuxt-component-meta)

v0.7.0

Compare Source

[!IMPORTANT]
In order to reduce bundle size and improve performance, the module does not expose types declarations anymore. Declaration did include file location and position of type in the file.

  • feat(parser): remove declarations from types (#​68) (3728d72)

v0.6.6

Compare Source

  • fix(parser): stripe internal types from events (8903e2b)

v0.6.5

Compare Source

  • chore: add packageManager in package.json (44bbdf6)
  • fix: remove typescript package types from meta data (30a4645)
nuxt-modules/og-image (nuxt-og-image)

v3.0.0-rc.56

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-rc.55

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-modules/og-image@v3.0.0-rc.54...v3.0.0-rc.55

v3.0.0-rc.54

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
release-it/release-it (release-it)

v17.4.1

Compare Source

v17.4.0

Compare Source

Microsoft/TypeScript (typescript)

v5.5.3

Compare Source

v5.5.2

Compare Source

fabian-hiller/valibot (valibot)

v0.35.0

Compare Source

Many thanks to @​jindong-zhannng, @​dyljhd and @​TeChn4K for contributing to this release.

  • Increase argument limit of pipe and pipeAsync method to 19 (issue #​643)

v0.34.0

Compare Source

Many thanks to @​Saeris, @​Jimdooz, @​Kenzo-Wada and @​sillvva for contributing to this release.

  • Add file, function and promise schema
  • Add awaitAsync action to await promise in pipeline
  • Add operation property to filterItems, findItem, mapItems, reduceItems and sortItem action
  • Rename action argument of filterItems, findItem, mapItems, reduceItems and sortItem action to operation
  • Rename action argument and property of transform and transformAsync action to operation
  • Change and improve implementation of _stringify util
vuejs/language-tools (vue-tsc)

v2.0.24

Compare Source

Features
  • vscode: pop message box if new insiders version available insiders
  • vscode: if insiders versions information failed to fetch from GitHub, try to fetch from CDN insiders
  • language-service: better sfc-level tag name completion (#​4506) - Thanks @​KermanX
Bug Fixes
Refactors
  • language-server: reorganize the code structure (#​4507)
Other Changes
  • Upgrade Volar from v2.3.1 to v2.4.0-alpha.2.
  • docs: add nvim-cmp integration (#​4463) - Thanks @​RayGuo-ergou
  • docs: update mermaid
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist (#​4206):
    • p42ai.refactor
    • nrwl.angular-console
    • styled-components.vscode-styled-components
    • Divlo.vscode-styled-jsx-languageserver

v2.0.22

Compare Source

Bug Fixes
Other Changes
  • Upgrade Volar from v2.3.0-alpha.14 to v2.3.1.
    • Error tolerant to contentChanges length (#​4457)
  • Add feature request template (#​4490) - Thanks @​so1ve
  • docs: fix wrong links in CHANGELOG.md (#​4475) - Thanks @​KermanX

v2.0.21

Compare Source

Bug Fixes
  • fix(typescript-plugin): TS plugin cause type checking broken in .ts files (#​4453)

v2.0.20

Compare Source

Features
  • feat(language-service): add localization support for zh-hk/zh-tw
  • feat(vscode): enable syntax highlighting of cue code blocks in MDX (#​4425) - Thanks @​remcohaszing
Bug Fixes
  • fix(vscode): fix "as"/"instanceof" expressions syntax highlight (#​4412)
  • fix(language-core): ForIteratorExpression's returns property may be undefined (#​4418) - Thanks @​so1ve
  • fix(language-core): use defineEmits calls instead of type infer (#​4430) - Thanks @​zhiyuanzmj
  • fix(tsc): log catched errors to console (#​4451) - Thanks @​mik3ybark3r
  • fix(typescript-plugin): TS not working in template when tsconfig missing (#​4452)
  • fix(language-core): use type infer instead of await import (#​4436) - Thanks @​zhiyuanzmj
  • feat(language-core): ignore type error for new functional component (#​4445) - Thanks @​zhiyuanzmj
  • fix(language-core): ignore type error for possible component name (#​4446) - Thanks @​zhiyuanzmj
  • fix(language-service): filter internal props in template completion
  • fix(language-service): sort component props in template completion
  • fix(language-core): duplicate completion appears at the beginning of script setup block
Other Changes
  • Upgrade Volar from v2.2.4 to v2.3.0-alpha.14.
    • LSP server performance improved
    • Language server now responds with the exact server capabilities for initialization requests
    • Auto insertion requests can now exit early in the language client
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:

v2.0.19

Compare Source

Bug Fixes
  • language-core: property 'xyz' does not exist on type 'abc' when using v-for (#​4386)
  • language-core: avoid report error when events do not accept parameters (#​4387)
  • language-core: inline dynamic event handlers should not expect commas (#​4387)

v2.0.18

Compare Source

Features
  • feat(language-core): report unknown events when strictTemplates is enabled (#​3718)
  • feat(language-core): add compileSFCScript plugin hook (#​3200)
  • feat(vscode): add coffeescript syntax highlight support
Bug Fixes
  • fix(language-core): fix event handler type for hyphen-case event names
  • fix(language-core): allow binding multiple events with the same name (#​4369)
  • fix(language-core): variable used in key appears as unused in v-for template tag (#​329) (#​3421)
  • fix(language-core): generics with slots don't work with Vue 2.7 (#​3241)
  • fix(language-core): template language of .md files should be markdown (#​4299)
  • fix(language-core): no template class links when experimentalResolveStyleCssClasses is set to always (#​4379)
Other Changes
  • Upgrade Volar from v2.2.2 to v2.2.4.
    • Fixed a few URI conversion issues
    • fix(typescript): empty items list should be valid completion result (#​4368)
    • fix(typescript): path completion not working for meta files
  • Upgrade Volar services from v0.0.44 to v0.0.45.
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • miaonster.vscode-tsx-arrow-definition
    • runem.lit-plugin

v2.0.17

Compare Source

Features
  • language-core: add JSDod support for component (#​2377)
  • language-core: add JSDoc support for script setup binding variables (#​3409)
  • language-core: add class component support (#​4354)
  • language-service: re-support scoped class links in template (#​4357)
  • typescript-plugin: create script setup block when auto import if needed
  • typescript-plugin: add JSDoc support for events in template (#​4365)
  • component-meta: add JSDoc tags support for events
  • language-core: support defineOptions (#​4362) - Thanks @​zhiyuanzmj
Bug Fixes
  • language-core: hover not working for intrinsic element event name
  • language-core: showing false declared but not used errors for functions used in v-on="{}" (#​4333)
  • language-core: fix nameless event expression formatting
  • language-core: types imported in the <script setup> should not be used as a variable in template (#​4353)
  • language-core: renaming classname within scoped not working (#​4355)
  • language-core: <style> completions and html custom data completions not provided in some cases (#​4092)
  • language-core: improve code action edits mapping fault tolerance
  • language-core: support defineModel for generic component (#​4345) - Thanks @​zhiyuanzmj
  • language-service: completion cannot trigger in SFC root
  • component-meta: forceUseTs options not working
Other Changes
  • Upgrade Volar from v2.2.0 to v2.2.2.
  • Upgrade Volar services from v0.0.42 to v0.0.44.
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • mxsdev.typescript-explorer
  • Deprecated vueCompilerOptions.experimentalUseElementAccessInTemplate
  • Specify packageManager (#​4358) - Thanks @​so1ve
  • docs: emoved possibly redundant duplicate reference (#​4348) - Thanks @​artshade
  • language-service: temporarily remove references codeLens (#​4364)
  • vscode: auto enabling hybrid mode allows

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1fc280 to 829a6e1 Compare May 7, 2024 16:24
@renovate renovate bot changed the title chore(deps): update resolutions @nuxt/module-builder to v0.6.0 chore(deps): update all non-major dependencies May 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 829a6e1 to 7df48d5 Compare May 7, 2024 22:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7df48d5 to 3d58045 Compare May 8, 2024 11:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d58045 to ef48532 Compare May 8, 2024 20:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef48532 to 91ffc7e Compare May 9, 2024 09:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91ffc7e to aafbc17 Compare May 9, 2024 13:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aafbc17 to 1c72db6 Compare May 9, 2024 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c72db6 to d288700 Compare May 10, 2024 09:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d288700 to 4541deb Compare May 10, 2024 09:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4541deb to 55ecb79 Compare May 10, 2024 13:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55ecb79 to abea097 Compare May 14, 2024 00:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from abea097 to cc21e57 Compare May 14, 2024 13:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc21e57 to c5ea7ad Compare May 14, 2024 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5ea7ad to af17251 Compare May 15, 2024 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e657b3 to 9fa7c2f Compare June 24, 2024 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9fa7c2f to 8cdabd8 Compare June 25, 2024 07:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8cdabd8 to 237b9c6 Compare June 25, 2024 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 237b9c6 to 79fd9a3 Compare June 27, 2024 09:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79fd9a3 to 5a8c346 Compare June 27, 2024 10:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5a8c346 to ddd5f64 Compare June 28, 2024 12:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddd5f64 to ca56349 Compare June 28, 2024 20:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca56349 to 49f4f3a Compare June 30, 2024 10:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 49f4f3a to a48cd3b Compare July 1, 2024 09:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a48cd3b to 9d5abf8 Compare July 1, 2024 20:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d5abf8 to d51ad17 Compare July 3, 2024 07:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d51ad17 to fd9b59d Compare July 3, 2024 13:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd9b59d to 1ceb2cd Compare July 3, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants